Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xtensa: newlib: fix PRI.PTR macros for correct intptr_t type #257

Closed
wants to merge 1 commit into from

Conversation

dcpleung
Copy link
Member

The PRI.PTR macros are using int instead of long int for
intptr_t (and also uintptr_t). This has been fixed upstream
so pulling in the necessary bits from 3.1.

Signed-off-by: Daniel Leung [email protected]

The PRI.PTR macros are using int instead of long int for
intptr_t (and also uintptr_t). This has been fixed upstream
so pulling in the necessary bits from 3.1.

Signed-off-by: Daniel Leung <[email protected]>
@galak
Copy link
Contributor

galak commented Sep 11, 2020

Should be handled by update to newlib 3.3 in pr #258

@galak galak closed this Sep 11, 2020
@dcpleung dcpleung deleted the xtensa_priptr branch September 14, 2020 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants